home *** CD-ROM | disk | FTP | other *** search
/ ftp.mayn.de / ftp.mayn.de-pub.zip / ftp.mayn.de-pub / apple / macintosh / emulator / mess037b6-mac.sit / MacMESS37b6 / MESS Readme First! < prev    next >
Text File  |  2000-08-27  |  6KB  |  97 lines

  1. MacMESS 0.37b6
  2.  
  3. Ported by╩:
  4.  
  5. Raphaæl Nabet (pytheas@club-internet.fr)
  6. Dennis Munsie (munsied@home.com)
  7. Brad Oliver (bradman@pobox.com)
  8. Richard Bannister (titan@indigo.ie)
  9.  
  10. with portions from MacMAME by Aaron Giles and John Butler.
  11.  
  12. Important changes (in b3) :
  13.  
  14. If you used Clear/NumLock to enable and disable the emulator keys, note that you should now simulteanously press Ctrl and Clear/NumLock instead.
  15.  
  16. What is MESS╩?
  17.  
  18. In a nutshell, MESS attempts to emulate as closely as possible the original hardware of the consoles and computer systems. As we discover how a system works, support for it is added to the emulator. This is happening at a rapid pace, so be sure to check back often for the latest release of MESS. MacMESS is based in large part on MacMAME, so the interface is mostly the same.
  19.  
  20. For a complete list of acknowledgements, please check the file 'MESS.TXT' that is in the Documentation folder -- it contains the instructions, thank-you's and info for the current MESS release.
  21.  
  22. The source code is freely distributed so if you see any bugs or areas of improvement in these modules, please let us know!
  23.  
  24. How do I use MESS╩?
  25.  
  26. Ñ Important considerations╩:
  27.  
  28. To run the emulations, you will need BIOS or cartridge or disk images, in a package that MESS understands.  Most systems require BIOS images, but a few consoles do not.  *ALL* systems which do not require a BIOS image require some cartridge image.  (Note that the pdp1 emulator is deceptive - it looks as if it requires a cartridge image, but it really requires a ROM image packaged as a BIOS image (although it is no BIOS), and will ignore the cartridge image.)
  29.  
  30. MESS looks for BIOS ROM files in a folder called "Roms" that resides in the same directory as the application.  It currently supports 2 different styles of ROMs - .zip files (common on PC sites) and folders with small ROM dumps in them.
  31.  
  32. Cartridge and disk images, on the other hand, can be located anywhere╩; you select them in a standard file open dialog. MacMESS supports gzipped images for these files.
  33.  
  34. Ñ Start-up╩:
  35.  
  36. When launching MESS, you will get a dialog.  You must select the system you want to emulate; you may select several other options.
  37.  
  38. The list on the left enables you to select a system.  The system list can be customized with some pop-up menus you will find in upper-left and lower-left parts of the dialog.  Note that some options may hide some systems which are actually available (i.e. hiding clones should generally NOT be a good idea).
  39.  
  40. On the right, there are several options.  They are scattered on several tabs.  The most important tab is the MESS tab; it allows you to select cartridge, disk and tape images (provided the selected system emulation support them !).  You may change your cartridge selection at a later date.  Note that some console systems REQUIRE a cartridge image╩: in this case you must select a cartridge NOW.
  41.  
  42. Note that you can compress image files in GNUZip (gz) format╩: MacMESS will uncompress them on the fly.  However, compressed images currently cannot be written to - this will be addressed in the future.
  43.  
  44. Ñ Emulation time╩:
  45.  
  46. In short : press ESC to return pause the emulation and enable the UI again.  If ESC does not work (it is generally the case when emulating computers), press Scroll Lock (F14), then ESC.  If you keyboard has no Scroll Lock key, press Ctrl and NumLock (Clear) simultaneously, then ESC.
  47.  
  48. Here's a quick breakdown of the keys:
  49.  
  50. 1 & 2 (on main keyboard, NOT numeric keypad) - 1 and 2 player start (only in some console systems)
  51. 5 & 6 (on main keyboard, NOT numeric keypad) - 1 and 2 player select (only in some console systems)
  52. ESC - Pause
  53. TAB - access configuration menu
  54. F3 - reset the emulated machine.
  55. F4 - show the charsets.
  56. F8 - cycle through frameskip options
  57. F9 - cycle through the volume levels.
  58. F10 - toggle speed throttling
  59. F11 - toggle FPS
  60. F12 - save a screenshot
  61. F14 (Scroll Lock) or Ctrl + Clear (NumLock) - enable/disable the keystokes above (useful if the emulated system uses some keys MESS uses)
  62.  
  63. The keys may be configured for each system. Press TAB to get to the configuration menu to change the key settings and also view the key settings for each system.
  64.  
  65. Note that some other options in the TAB menus are REALLY interesting.  Tape Control, for instance, is indispensable if you want to use tape image.  It is most unfortunate that it is so user-UNfriendly :-/ .
  66.  
  67. Ñ Warning╩:
  68.  
  69. Open New Game will always abort your current session.  No warning, nothing.
  70.  
  71. Common Questions
  72.  
  73. Q: I can only see a few systems in the main system selection dialog! What's wrong?
  74. A: Most systems need a system ROM to do anything at all. In order not to clutter the system list, MESS won't display such systems if it does not find its ROMs in the ROMs folder. Look around on the net for them you're sure to find the proper files. Then, put them into the ROMs folder.
  75.  
  76. Q: Some entries in the system list are marked with a red cross.  What does it mean╩?
  77. A: It means these systems are known not to work at all. So, do not complain if these systems do not display anything useful or lock your computer.
  78.  
  79. Q: When I start a game, it says "Image Load failed"! What's wrong?
  80. A: MESS is looking for a specific ROM file for that game but it did not find it. Look around on the net for it you're sure to find the proper files. 
  81.  
  82. Q: Where can I talk about MESS on the internet?
  83. A: A web-based message board is running on the MESS home page at <http://mess.emuverse.com/>.  If you use IRC, there is a general emulation channel at #emu. If Usenet news is your thing, try comp.emulators.misc or alt.emulators.console.
  84.  
  85. Q: The file selector in the configuration menu accessed with the "Tab" key does not work.
  86. A: Choose "Swap cart/disk/tape" in the File menu, and you will get similar functionalities with a standard, user-friendly interface.
  87.  
  88. Wanted:
  89.  
  90. Ñ If you have technical details of how a system works that you'd like to see, feel free to write a driver for it╩! We'd be more than happy to include it in the next MESS distribution.
  91.  
  92. Known Mac-specific Issues:
  93.  
  94. Ñ Writing to gz files is not supported.
  95. Ñ The Sega Genesis driver is flaky. Use with caution.
  96.  
  97. Last updated on August 27, 2000